runtime.dbgVar.atomic (field)

11 uses

	runtime (current package)
		runtime1.go#L301: 	atomic *atomic.Int32 // for variables that can be changed during execution
		runtime1.go#L367: 	{name: "asynctimerchan", atomic: &debug.asynctimerchan},
		runtime1.go#L382: 	{name: "panicnil", atomic: &debug.panicnil},
		runtime1.go#L384: 	{name: "runtimecontentionstacks", atomic: &debug.runtimeContentionStacks},
		runtime1.go#L390: 	{name: "traceallocfree", atomic: &debug.traceallocfree},
		runtime1.go#L426: 			} else if v.atomic != nil {
		runtime1.go#L427: 				v.atomic.Store(v.def)
		runtime1.go#L455: 		if v.atomic != nil && !seen[v.name] {
		runtime1.go#L456: 			v.atomic.Store(0)
		runtime1.go#L519: 						} else if v.atomic != nil {
		runtime1.go#L520: 							v.atomic.Store(n)